home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / Ghostscript / source / current.txt < prev    next >
Text File  |  1997-06-20  |  6KB  |  164 lines

  1.    Copyright (C) 1990, 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, current.txt, describes problems and new features in the current
  21. release of Ghostscript.  This file describes version 5.01 of Ghostscript.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. New features (since release 4.03)
  27. ============
  28.  
  29. (This is not a complete list of new features: see NEWS for details.)
  30.  
  31. PDF 1.2 (the file format from Acrobat 3.0) is now supported, except for Type
  32. 0 (Japanese/Chinese/Korean) embedded fonts.  NOTE: This requires an updated
  33. version of the decryption patch.  See pdf_sec.ps for details.
  34.  
  35. Local VM garbage collection (1 vmreclaim) is now implemented.
  36.  
  37. CIDFonts and CMap-keyed composite fonts are now supported, except that
  38. rearranged fonts, and CMap-keyed composite fonts whose descendant fonts are
  39. themselves composite, are not implemented.
  40.  
  41. PDF compressed fonts (CFF) are now supported, except that Multiple Master
  42. fonts and CID fonts are not yet implemented in this format.
  43.  
  44. The FontResourceDir, GenericResourceDir, and GenericResourcePathSep system
  45. parameters, and ResourceFileName for the built-in resource categories, are
  46. now supported, for Adobe-compatible accessing of file-based resources.
  47.  
  48. Building with GNU make on OpenVMS is now supported.  (We will probably drop
  49. the DCL scripts in the next release.)
  50.  
  51. If you include the optional epsf.dev feature at compile time, the
  52. interpreter will recognize and handle MS-DOS EPSF files with a binary header
  53. (by skipping the header and only processing the PostScript part).
  54.  
  55. The fileset now contains (but doesn't normally use) gcc-compatible floating
  56. point emulation code, for use on systems that don't have floating point
  57. hardware.
  58.  
  59. RAM- rather than file-based band lists, normally using deflate (zlib)
  60. compression, are now supported.
  61.  
  62. The PDF writer now recognizes all Distiller 3.0 parameters, although most of
  63. them don't have any effect.
  64.  
  65. The pstoppm.ps script has been removed, since the p*m drivers supersede it.
  66.  
  67. New drivers:
  68.     Displays:
  69.     ali - SuperVGA displays using the Avance Logic chipset
  70.     Printers:
  71.     lp8000 - Epson LP-8000 laser printer
  72.     pxlmono - Black-and-white PCL XL (LaserJet 5 & 6)
  73.     pxlcolor - Color PCL XL (future color LaserJets)
  74.     uniprint - A new driver for many color inkjets, see devices.txt
  75.     Raster file formats:
  76.     jpeg - JPEG (.jpg) files
  77.     pcxcmyk - 4-bit PCX using CMYK color
  78.     psgray - 8-bit gray PostScript (Level 1) bitmap images
  79.     High-level file formats:
  80.     epswrite - High-level EPS "distiller"
  81.     pswrite - High-level PostScript "distiller"
  82.  
  83. Changes
  84. =======
  85.  
  86. There have been no significant user-visible changes.
  87.  
  88. Known problems
  89. ==============
  90.  
  91. (This is not a complete list of known problems: see NEWS for details.)
  92.  
  93. Usage
  94. -----
  95.  
  96. On a MS-DOS system, interrupting the interpreter by typing ^C doesn't
  97. restore the display mode.
  98.  
  99. Limitations
  100. -----------
  101.  
  102. serialnumber returns the same value in all copies.
  103.  
  104. User names (a Display PostScript facility) are not implemented.
  105.  
  106. Some floating point exceptions terminate the interpreter, rather than
  107. producing a limitcheck error.
  108.  
  109. The DCTEncode filter disregards the Blend parameter, and uses different
  110. QuantTables and HuffTables from Adobe's.
  111.  
  112. The DCT filters do not support nonintegral sample ratios.  Also, DCTEncode
  113. will not create files with Sum(HS*VS)>10 (regardless of the value of the
  114. Relax parameter) because they violate the JPEG standard; but DCTDecode will
  115. read such files.
  116.  
  117. The size of the execution stack cannot be changed dynamically.  (However,
  118. the sizes of the operand and dictionary stacks can be changed.)
  119.  
  120. Separation color spaces are implemented, but devices that actually produce
  121. color separations are not supported.  The special color separations All and
  122. None, and the primary separations (Red, Green, etc.), are not supported.
  123.  
  124. execform and ucache are implemented, but they do not actually do any
  125. caching; setucacheparams and ucachestatus are dummies.  (This only impacts
  126. performance, not functionality.)
  127.  
  128. The image operator only honors the Interpolate flag in the image
  129. dictionary if the combined transformation (ImageMatrix + CTM) doesn't
  130. involve rotation, skewing, or X-reflection.
  131.  
  132. Some path building operations that would generate a device coordinate larger
  133. than +/-2^19 will cause a limitcheck.  However, the common ones ([r]moveto,
  134. [r]lineto, [r]curveto, closepath) will not.
  135.  
  136. Graphics bugs
  137. -------------
  138.  
  139. The implementation only looks at the PaintType of the font when doing
  140. show, not when doing charpath.  Because of this, stroked fonts don't work
  141. correctly with charpath.
  142.  
  143. arcto gives an error for negative radii.
  144.  
  145. Opening more than one window device at the same time doesn't work.
  146. This is the case for both X Windows and Microsoft Windows.
  147.  
  148. cshow doesn't work with composite fonts.
  149.  
  150. Non-graphics bugs
  151. -----------------
  152.  
  153. The %statementedit pseudo-file is equivalent to %lineedit.  As a
  154. consequence, the interactive interpreter requires that every statement fit
  155. on a line, i.e., you can't have an unpaired (, {, or <.
  156.  
  157. The following operators that expect arrays won't accept packed arrays:
  158.     definefont (Subrs (type 1 fonts))
  159.  
  160. Syntax errors occurring within a binary token do not produce the error
  161. message specified by the Adobe documentation.
  162.  
  163. restore doesn't restore the user parameters.
  164.